Security   A
last analyzed

Complexity

Total Complexity 3

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 4
rs 10
c 0
b 0
f 0
wmc 3

3 Functions

Rating   Name   Duplication   Size   Complexity  
A redirectRouteSecurity 0 1 1
A AddSecurityRule 0 1 1
A verifyRule 0 1 1
1
export class Security{
2
    AddSecurityRule(rulefunction:any,NameRule:any):void
3
    verifyRule(DataVerify:any):void
4
    redirectRouteSecurity(route:any):void
5
}